home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / Misc / GetDXVer / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  870 b   |  19 lines

  1. //-----------------------------------------------------------------------------
  2. // File: Readme.txt
  3. //
  4. // Desc: Readme for GetDXVersion() sample
  5. //
  6. // Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. The purpose of this sample is to show the return results from a call to the
  10. function GetDXVersion().  When you run GETDXVER.EXE, it will display a MessageBox
  11. with the installed DirectX version.
  12.  
  13. You can determine which version of DirectX is installed on a system by
  14. thoroughly querying for various DirectX object interfaces. The GetDXVersion
  15. sample function shows one way this might be done. However, real-world
  16. applications should not rely on this function, and should always query the
  17. DirectX objects for all necessary functionality during startup.
  18.  
  19.